U_CDECL_END U_CAPI UConverter* U_EXPORT2 ucnv_open (const char *converterName, UErrorCode * err)

Creates a UConverter object with the names specified as a C string

Documentation

Creates a UConverter object with the names specified as a C string. The actual name will be resolved with the alias file. if NULL is passed for the converter name, it will create one with the getDefaultName return value.
Returns:
the created Unicode converter object, or NULL if an error occured
Parameters:
converterName - : name of the uconv table
err - outgoing error status U_MEMORY_ALLOCATION_ERROR, TABLE_NOT_FOUND
See Also:
ucnv_openU
ucnv_openCCSID
ucnv_close

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de